home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 March / CHIP Mart 1997.iso / SurfCam / SURFCAM.Z / TIG5.M3 < prev    next >
Text File  |  1996-04-01  |  4KB  |  124 lines

  1. name Sharnoa Tiger 5
  2.  
  3. N >5 Limit 0 40000
  4. G >2
  5. X ->3.>4
  6. Y ->3.>4
  7. Z ->3.>4
  8. I ->3.>4
  9. J ->3.>4
  10. K ->3.>4
  11. Q ->3.>4
  12. R ->3.>4
  13. C ->3.>4
  14. P ->3.>4
  15. E >3.>4
  16. D >3.>4
  17. F >3.1
  18. T >2
  19. t 00 T
  20. M >2
  21.  
  22.  
  23. ModalLetters X Y Z F Q                # List of letters that are modal    
  24.  
  25. ModalGs 0 1 2 3 73 74 76 80 81 82 83 84 85  # List of g codes that are modal    
  26.  
  27. Sequence#s N 1 1 1                    # Char, freq, incr & start          
  28. First#? N                             # Y or N  'Output 1st sequence no.  
  29. Last#? N                              # Y or N  'Output last sequence no. 
  30.  
  31. Comment ( )                           # Begin End comment char.           
  32.  
  33. HCode X                               # X or X U  'Horizontal char.       
  34. VCode Y                               # Y or Y V  'Vertical char.         
  35. Dcode Z                               # Depth char.                       
  36. FeedCode F                            # Feed rate char.                   
  37. CtrCode R                             # I J or R or I J K L               
  38. Helical? N
  39.  
  40. Spindle 3 4 5                         # Cw, ccw & stop m codes            
  41. Coolant 8 9 7                         # On, Off & Mist m codes            
  42. DComp 41 42 40                        # Left, Right & Cancel m codes      
  43.  
  44. Feed G1 M199                      # Linear move                       
  45. Rapid G0                            # Rapid positioning word            
  46.  
  47. Inc/Abs G 91 90                       # Inc & Abs char. & values          
  48.  
  49. Work G                                # Work offset register              
  50.  
  51. Spaces? Y                             # Y or N  'Spaces between words     
  52.  
  53. Incremental? N                        # Y or N  'Inc or abs output        
  54. CtrIncremental? N                     # Y or N  'Inc or abs I & J         
  55. ByQuadrants? Y                        # Y or N  'Break arcs at quadrants  
  56.  
  57. UppercaseComments? Y                  # Y or N 'Require uppercase comments
  58.  
  59. Peck                                  # Pecking canned/manual cycle       
  60. G81 X[H] Y[V] Z[Vclear] P0 Q[D] E[VBite] D0.02 F[FRate]
  61. end cancel
  62.  
  63. Tap                                   # Tapping canned/manual cycle       
  64. G84 X[H] Y[V] Z[Vclear] P0 Q[D] F[Frate]
  65. end cancel
  66.  
  67. Ream                                  # Reaming canned/manual cycle       
  68. G85 X[H] Y[V] Z[Vclear] P0 Q[D] D[Dwell] F[FRate]
  69. end cancel
  70.  
  71. Bore                                  # Boring canned/manual cycle        
  72. G86 X[H] Y[V] Z[Vclear] P0 Q[D] D[Dwell] F[FRate]
  73. end cancel
  74.  
  75. Back                                  # Back boring canned/manual cycle   
  76. G87 X[H] Y[V] Z[Vclear] P0 Q[D] D[Dwell] F[FRate]
  77. end cancel
  78.  
  79. Cancel                                # Cancel a canned/manual cycle      
  80. end
  81.  
  82. StartCode                             # Start of the program              
  83. G4
  84. End
  85.  
  86. 1stToolChange                         # First tool change                 
  87. G4 T[Tool] M[Direct]
  88. G0 X[H] Y[V] Z[D] M[Cool]
  89. End
  90.  
  91. Infeed                                # Enable cutter comp                
  92. G[Side] T[Tool]
  93. X[H] Y[V] F[FRate]
  94. end
  95.  
  96. Outfeed                               # Disable cutter comp               
  97. G40 t0
  98. G1 X[H] Y[V]
  99. end
  100.  
  101. ToolChange                            # Secondary tool changes            
  102. G4 M6 T[Tool]
  103. G0 X[H] Y[V] Z[D] M[Cool]
  104. End
  105.  
  106. EndCode                               # End of the program                
  107. G4 M2
  108. End
  109. Drill                                 # Drilling canned/manual cycle      
  110. G81 X[H] Y[V] Z[Vclear] P[Vclear] Q[D] F[FRate]
  111. end cancel
  112.  
  113. CwCode                                # CW circular move                  
  114. G11 I[Ival] J[Jval] R[ArcRad] C[StartAng]
  115. G12 C[EndAng]
  116. end
  117.  
  118. CcwCode                               # CCW circular move                 
  119. G11 I[Ival] J[Jval] R[ArcRad] C[StartAng]
  120. G13 C[EndAng]
  121. end
  122.  
  123.  
  124.